Q3DrawContext_SetClearImageColor
You can use theQ3DrawContext_SetClearImageColor
function to set the image clearing color of a draw context.
TQ3Status Q3DrawContext_SetClearImageColor ( TQ3DrawContextObject context, const TQ3ColorARGB *color);
context
- A draw context object.
color
- The desired image clearing color of the specified draw context.
DESCRIPTION
TheQ3DrawContext_SetClearImageColor
function sets the image clearing color of the draw context specified by thecontext
parameter to the value specified in thecolor
parameter.